home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00113_Script_113 < prev    next >
Text File  |  1999-05-31  |  1KB  |  41 lines

  1. on exitframe
  2.   --  sound 1
  3.   global gfl,mainframe
  4.   set mainframe to the framelabel
  5.   set gfl to the framelabel
  6. end
  7.  
  8. on enterframe
  9.   global chaspcursor,handcur, gbotline
  10.   set handcur to [the number of cast "HC1",the number of cast "HC2"]
  11.   --  SET THE CURSOR OF SPRITE 95 TO HANDCUR
  12.   --  SET THE CURSOR OF SPRITE 96 TO HANDCUR
  13.   CHASPCURSOR HANDCUR,8,9
  14.   --  CHASPCURSOR HANDCUR,55,56
  15.   CHASPCURSOR HANDCUR,105,105
  16.   CHASPCURSOR HANDCUR,109,120
  17.   CHASPCURSOR -1,6,7
  18.   global cspname,cspchannel
  19.   set cspname to "bvoic"
  20.   set cspchannel to 112
  21.   set gbotline to 16
  22.   
  23. end
  24.  
  25.  
  26. on prepareFrame
  27.   set the movieRate of sprite 105 to 0
  28.   global gwpage
  29.   set the scrollTop of member (the member of sprite 6) = 0
  30.   set the memberNum of sprite 70 to the number of member ("int"&gwpage)
  31.   updateStage 
  32.   set the soundEnabled to true
  33.   updateStage
  34.   set the soundLevel to 7
  35.   set the volume of sound 1 to 255
  36.   updateStage
  37.   set the movieRate of sprite 105 to 1
  38.   set the movieTime of sprite 105 to 0
  39.   updateStage
  40. end if
  41.